inspector: Fix saving css
authorMatthias Clasen <mclasen@redhat.com>
Sun, 9 May 2021 15:17:48 +0000 (11:17 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 9 May 2021 15:19:43 +0000 (11:19 -0400)
commit0108ffe0597529228a1dc5c6a8da5382e443caa6
tree76cff95d00813fd4af6da06da504fa38989cba36
parent087935f1601ab5bcfc5d7089d4c1ecf5503822c8
inspector: Fix saving css

g_file_replace_contents() does not accept -1
as length, unlike similar apis.
gtk/inspector/css-editor.c